翻訳と辞書
Words near each other
・ Squilla
・ Squilla empusa
・ Squilla mantis
・ Squillace
・ Squillace (disambiguation)
・ Squillidae
・ Squillo
・ Squinch
・ Squinobal
・ Squint
・ Squint (album)
・ Squint (antenna)
・ Squint Entertainment
・ Squint Lake
・ Squawk on the Street
Squawk virtual machine
・ Squawkers McCaw
・ Squaxin Island
・ Squaxin Island Tribe
・ Squeah
・ Squeak
・ Squeak Carnwath
・ Squeak Piggy Squeak
・ Squeak the Mouse
・ Squeak!
・ Squeaker
・ Squeaks and Squawks
・ Squeaky Dolphin
・ Squeaky Springs, California
・ Squeaky toy


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Squawk virtual machine : ウィキペディア英語版
Squawk virtual machine

Squawk is a Java micro edition virtual machine for embedded system and small devices. Most virtual machines for the Java platform are written in low level native languages such as C/C++ and assembler; what makes Squawk different is that Squawk's core is mostly written in Java. (This is called a meta-circular interpreter.) A Java implementation provides ease of portability, and a seamless integration of virtual machine and application resources such as objects, threads, and operating-system interfaces.
The Squawk Virtual Machine figure can be simplified as:
* Write as much of the VM in Java as possible
* Targeting small, resource constrained devices
* Enable Java for micro-embedded development
The research project was inspired by Squeak. Squawk has a Java ME heritage and features a small memory footprint.〔(A Java Virtual Machine Architecture for Very Small Devices )〕 It was developed to be simple with minimal external dependencies. Its simplicity made it portable and easy to debug and maintain. Squawk also provides an isolated mechanism by which an application is represented as an object. In Squawk, one or more applications can run in the single JVM. Conceptually, each application is completely isolated from all other applications.
==See also==

*Sun SPOT
*JikesRVM, another JVM written mostly in Java
*Rubinius, a VM for Ruby written in Ruby
*List of Java virtual machines

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Squawk virtual machine」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.